home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / prtcom2.arc / PRINTCOM.DOC next >
Text File  |  1987-02-02  |  4KB  |  98 lines

  1.                      RCB Systems, Inc.
  2.                        P.O. Box 192
  3.                   Bergenfield, N.J.  07621
  4.                      January 31, 1987
  5.  
  6.  
  7. Content:
  8.  
  9.         PRINTCOM.EXE
  10.         PRINTCOM.DOC
  11.  
  12. Purpose:
  13.  
  14.         To provide an easy way to do a printer setup by
  15.         creating "COM" files which can be executed at the DOS
  16.         command line.
  17.  
  18. Syntax:
  19.  
  20.        PRINTCOM filespec
  21.                where filespec is the new name of the setup
  22.                file to be created (do not include the COM
  23.                extension).
  24.  
  25. Execution:
  26.  
  27.        When executed off the DOS line, PRINTCOM.COM will
  28.        read the filespec parameter off the DOS command line
  29.        and then prompt for the sequence codes. The codes are
  30.        individually entered (no stringing allowed) and there 
  31.        can be any number of sequence codes inputted to create 
  32.        a .COM file. All that must be remembered is to provide
  33.        complete setup instructions, with an escape code before 
  34.        every new command.
  35.  
  36.          Example:
  37.  
  38.                According to the Epson manual, the ESCAPE code
  39.          must be sent to the printer before the italic
  40.          command (27 52 or ESC 4 or CHR$27CHR$52). At the
  41.          program prompt, simply hit a "27", <ENTER>, then
  42.          a "52", then <ENTER>.  A more graphic example:
  43.  
  44.    Enter character or 2-3 digit numbers for ASCII code:> 27
  45.  
  46.    Enter character or 2-3 digit numbers for ASCII code:> 52
  47.  
  48.          The ASCII codes and decimal codes can be intermixed
  49.          as long it is done in the proper order. Before execution
  50.          of this program, DEBUG.COM (on the second DOS diskette)
  51.          must be available.
  52.  
  53. Practical applications:
  54.  
  55.         You can set up the printer any way you want by
  56.         calling a previously created COM printer file that
  57.         has been created by PRINTCOM.EXE. This can be run
  58.         in your AUTOEXEC.BAT or in any batch files leading
  59.         to your favorite word processor or from a menu of
  60.         your creation. In fact, you can even reinitialize
  61.         your printer as long as your printer supports the
  62.         reset code. (In the EPSON mode, it is the sequence
  63.         27,@)
  64.  
  65.         A fun way to start is to try out the Microprint fea-
  66.         ture I believe almost any dot-matrix printer can
  67.         support. Try the sequence:
  68.  
  69.                   27,83,0,27,15,27,51,15,27,78,6
  70.  
  71.         remembering to hit the <ENTER> key where the commas
  72.         are shown.
  73.  
  74. Versions:  
  75.  
  76.         This program fixes a bug in the previous version where     
  77.         you attempted to overwrite a .COM file by the same name.
  78.         The previous file can now be overwritten with the new
  79.         setup code(s). Also, the .BAT file no longer has be run
  80.         to create the .COM file.
  81.  
  82.  
  83. Request:
  84.  
  85.         This is not exactly shareware. I do believe that
  86.         shareware is, well, just that.  Aspiring artists
  87.         need to be encouraged along in their pursuit of
  88.         excellence in the software arts, and I am no ex-
  89.         ception.  All I ask is for you to drop a line
  90.         to my PO box listed above tell me how much you
  91.         like the program, or to suggest improvements to it.
  92.         If you feel that it has improved the way you do things 
  93.         on the computer and want to use it on a regular basis a
  94.         contribution of $2.00 would be appreciated.
  95.         This would help pay for my time and the compiler
  96.         (Quickbasic 2.0) that I shelled out my hard-earned
  97.         dollars for.
  98.